@charset "utf-8";
.b-1 {
    height: 419px;
    background: url(../images/b-1.jpg);
}
.b-1 h2 {
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    color: #191c3d;
    line-height: 40px;
	padding: 60px 0px 20px;
}
.b-1 ul {
    width: 1200px;
    margin: 0 auto;
}
.b-1 li {
    width: 294px;
    height: 150px;
    background: #fff;
    float: left;
    display: inline;
    box-shadow: 0 0 8px #ccc;
    margin-right: 8px;
}
.b-1 li:last-child {
    float: right;
    margin-right: 0;
}
.b-1 li img {
    float: left;
    margin: 28px 0 0 12px;
}
.b-1 li img:hover {
    transition: 0.8s;
    transform: rotateY(360deg);
}
.b-1 li {
    width: 294px;
    display: block;
}
.b-1 li .r {
    width: 159px;
    height: 94px;
    float: right;
    margin: 28px 12px 0 0;
}
.b-1 li .r h3 {
    font-size: 17px;
    font-weight: normal;
    float: left;
}
.b-1 li .r span {
    color: #da1215;
    border: 1px solid #da1215;
    border-radius: 2px;
    font-size: 12px;
    padding: 1px 5px;
    margin-left: 10px;
}
.b-1 li .r p {
    padding: 8px 0 12px;
    color: #888;
}
.b-1 li .r .d em {
    font-size: 16px;
    color: #fff;
    font-family: Arial;
    padding-right: 5px;
    background: #e34216;
    padding: 5px 10px;
    border-radius: 5px;
}
.b-1 li .r .d em a{
   color: #fff; 
}
.b-1 li:hover {
    box-shadow: 0 0 15px #888;
}
.b-1 li:hover h3 {
    font-weight: bold;
}
.b-1 .xw {
    width: 1087px;
    height: 45px;
    line-height: 45px;
    background: url(../images/xw.png) left center no-repeat;
    padding-left: 113px;
    margin: 30px auto 0;
}
.b-1 .tempWrap {
    padding-top: 12px !important;
}
.b-1 .xw dl {
    padding-top: 12px;
}
.b-1 .xw dt {
    font-size: 14px;
    float: left;
    display: inline;
    padding: 0 30px;
    border-right: 1px solid #ccc;
    height: 21px;
    line-height: 21px;
}
.b-1 .xw dt:last-child {
    border-right: 0;
}
.b-1 .xw dt a {
    padding-left: 15px;
}
.b-1 .xw dt span {
    color: #999;
}
.b-2 {
    background: #f7f8fa;
    padding-bottom: 50px;
}
.b-2 h2 {
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    color: #191c3d;
    line-height: 40px;
	padding: 40px 0px 20px;
}
.b-2 .hd {
    text-align: center;
}
.b-2 .hd ul {}
.b-2 .hd li {
    display: inline-block;
    font-size: 15px;
    margin: 0 25px;
    padding: 0 5px 10px;
    cursor: pointer;
}
.b-2 .hd li.on {
    color: #e34216;
    background: url(../images/line.png) bottom center no-repeat;
}
.b-2 .bd {
    height: 366px;
    background: url(../images/b-2.jpg);
    margin-top: 40px;
    position: relative;
}
.b-2 .service {
    color: #fff;
    padding: 64px 0 0 40px;
    float: left;
}
.b-2 .service p {
    font-size: 20px;
    font-family: Arial;
}
.b-2 .service h3 {
    font-size: 26px;
    font-weight: normal;
    padding-bottom: 16px;
}
.b-2 .service a {
    display: block;
    width: 160px;
    height: 36px;
    line-height: 36px;
    background: #ff6800;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
}
.b-2 .service a:hover {
    font-weight: bold
}
.b-2 .bds {
    position: relative;
}
.b-2 .bds .tempWrap {
    float: left !important;
    margin: 11px 0 0 42px !important;
    width: 956px !important;
    overflow: hidden;
}
/*.b-2 .bds ul{float:left;padding:11px 0 0 96px;}*/
.b-2 .bds li {
    padding: 5px;
    height: 340px;
    border-right: 1px dashed #ddd;
    text-align: center;
    float: left;
    display: inline;
}
.b-2 .bds li p img{
    width:235px;
}
.b-2 .bds li:last-child {
    border-right: 0;
}
.b-2 .bds li:hover {
    box-shadow: 0 0 12px #aaa;
}
.b-2 .bds li h3 {
    font-size: 16px;
    padding: 15px 0 5px;
}
.b-2 .bds li span {
    font-size: 14px;
    font-weight: 600;
}
.b-2 .bds li p {
    color: #999;
    width: 230px;
    height: 50px;
    text-align: left;
    margin-bottom:28px;
    padding:0px 10px;
}
.b-2 .bds li .zjzx {
    padding: 5px 20px;
    background: #e34216;
    color: #fff;
    font-size: 16px;
    border-radius：5px;
}
.b-2 .btn {
    width: 100%;
   
}
.b-2 .btn .prev {
    width: 43px;
    height: 88px;
    float: left;
    cursor: pointer;
    background: url(../images/arrow-left.png);
    position: absolute;
    top: 153px;
    z-index: 1;
}
.b-2 .btn .next {
    width: 43px;
    height: 88px;
    float: right;
    cursor: pointer;
    background: url(../images/arrow-right.png);
    position: absolute;
     right: 2px;
    top: 153px;
    z-index: 10;
}
.b-3 {
    background: #fff;
  width: 1200px;
    margin: 0px auto;
}
.b-3 h2 {
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    color: #191c3d;
    line-height: 40px;
	    padding: 40px 0px;
}
.b-3 .hd {
    width: 1200px;
    margin: 0 auto;
}
.b-3 .hd ul {
    padding: 0 1px;
}
.b-3 .hd li {
    width: 287px;
    height: 73px;
    line-height: 73px;
    text-align: center;
    /*    background: url(../images/no.png);*/
    font-size: 22px;
    color: #e34216;
    float: left;
    font-weight: 600;
    margin-right: 13px;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 6px #88888838;
}
.b-3 .hd li em {
    display: block;
    width: 14px;
    height: 9px;
    background: url(../images/em.png);
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -7px;
    display: none;
}
.b-3 .hd li:last-child {
    float: left;
    margin-right: 0;
}
.b-3 .hd li.on {
    background: url(../images/on.png);
    color: #fff;
}
.b-3 .hd li.on em {
    display: block;
}
.b-3 .bd {
    height: 519px;
    background:#fff;
}
.b-3 .bds {
    color: #fff;
    width: 1200px;
    height: 520px;
}
.b-3 .bds h3 {
    font-size: 26px;
    font-weight: normal;
    padding: 20px 0 20px;
    text-align: center;
    color: #333;
}
.b-3 .bds .i {
    font-size: 14px;
    line-height: 26px;
    height: 520px;
}
/*VS对比*/
.szdz_vs {
    font-size: 14px;
    line-height: 26px;
    background: url(../images/dzvs.png);
    height: 80%;
}
.dz_left {
    width: 520px;
    float: left;
    height: 420px;
    position: relative;
    text-align: right;
    margin-right: 80px;
    background: #ff5e0080;
    visibility: visible;
    animation-duration: 1.3s;
    animation-delay: 0.3s;
    animation-name: fadeInLeft;
}
.dz_left h4, .dz_rigin h4 {
    color: #444;
    font-size: 24px;
    line-height: 2;
    text-align: center;
    font-weight: bold;
}
.dz_left ul li, .dz_rigin ul li {
    line-height: 2;
    color: #333;
    padding: 10px 20px;
    background: #ffffff;
    border-bottom: 1px dashed #ddd;
}
.dz_left ul li span, .dz_rigin ul li span {
    font-weight: bold;
}
.dz_rigin {
    float: left;
    width: 520px;
    height: 420px;
    position: relative;
    text-align: left;
    margin-left: 80px;
    background: #9e9e9e85;
    visibility: visible;
    animation-duration: 1.3s;
    animation-delay: 0.3s;
    animation-name: fadeInRight;
}
/*合作伙伴*/
.dzpichz ul li:first-child {
    width: 40%;
    border-left: 0;
    border-top: 0;
}
.dzpichz ul li img {
    display: block;
    width: 100%;
}
.dzpichz ul li {
    float: left;
    width: calc(20% - 1px);
    border-left: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    overflow: hidden;
    position: relative;
}
.dzpichz ul li .szdzimg {
    cursor: pointer;
    overflow: hidden;
    border-color: #fff;
    background: #fff;
}
.dzpichz ul li .szdzimg img {
    height: 140px;
}
.dzpichz ul li .szdzimg:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 0 0 #eee;
    transition: .2s
}
.dzpichz ul li .szdzimg:hover:after {
    box-shadow: inset 0 0 0 10px #f6f6f6
}

.dzpichz ul li:hover .szdzimg img {
    opacity: 1;
    filter: grayscale(0);
    filter: none;
    transform: scale(.9) translateY(-8px)
}
.bds .dzhyys ul li {
    float: left;
    width: calc(90%/3);
    height: 110px;
    background: #fff;
    margin: 15px 10px 15px 0px;
    padding: 15px;
  box-shadow: 0px 3px 15px rgb(0 0 0 / 14%);
}
.bds .dzhyys ul li img {
    float: left;
    padding: 15px;
    border-radius: 100%;
}
.bds .dzhyys ul li span {
    font-weight: 600;
    font-size: 20px;
    color: #ff6700;
    line-height: 2;
}
.bds .dzhyys ul li p {
    font-size: 16px;
    color: #444;
}
/*电话*/
.dianhua {
    width: 478px;
    height: 48px;
    line-height: 48px;
    border: 1px solid;
    display: block;
    margin: 0 auto;
    position: relative;
    background-color: white;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    float: left;
    left: 359px;
}
.dianhua:hover {
    padding: 0 20px;
}
.dianhua label {
    padding-left: 30px;
    padding-top: 8px;
    float: left;
    width: 30px;
    line-height: 16px;
}
.dianhua strong {
    font-size: 32px;
    font-family: "Impact";
    padding-left: 25px;
}
.dianhua a {
    width: 150px;
    height: 48px;
    position: absolute;
    top: 0;
    right: -1px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.dianhua > i {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 4px;
    left: -20px;
    background: url(../images/com_tel.png);
}
.dianhua.green {
    color: #FF6270;
}
.dianhua.green a {
    background: #FF6270;
}
.hzlc_dz ul li {
    float: left;
    padding-right: 20px;
}
.about_324 {
    background: #fff;
}
.about_324 .about_con {
    width: 50%;
    height: 410px;
    overflow: hidden;
    float: left;
}
.about_324 .about_con img {
    width: auto;
    height: 404px;
    overflow: hidden;
    float: right;
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 1683ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 1683ms;
}
.about_324 .about_con img:hover {
    transform: scale(1.2);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.2);
    -webkit-transform: all 1s ease 0s;
}
.about_324 .tit_en {
    height: 15px;
    font: bold 48px/50px "微软雅黑";
    color: #ccc;
    margin-left: 40px;
    text-transform: uppercase;
}
.about_324 .tit_cn {
    height: 36px;
    font: 24px/36px "微软雅黑";
    color: #666;
    margin-left: 40px;
}
.about_324 .txt {
    padding: 10px 20px;
    overflow: hidden;
    font: 15px/28px "微软雅黑";
    color: #666;
}
.about_324 .amore {
    height: 40px;
    font: 17px/40px "微软雅黑";
    text-align: center;
    margin-top: 20px;
}
.about_324 .amore a {
    display: block;
    width: 168px;
    height: 40px;
    overflow: hidden;
    border-radius: 40px;
    color: #fff;
    background: #0093ec;
    margin-right: 25px;
    float: left;
    margin-left: 40px;
}
.about_324 .amore a:hover {
    display: block;
    color: #fff;
    background: #0093ec;
}
.about_324 .amore ul {
    position: absolute;
    background: #e7f6fdad;
    margin-top: 78px;
}
.about_324 .amore ul li {
    float: left;
    padding: 2px 20px;
    line-height: 2;
    text-align: center;
}
.about_324 .amore ul li h4 {
    font-size: 30px;
    font-weight: 700;
    color: #e34216;
}
.about_324 .amore ul li span {
    color: #333;
}
.b-4 {
    width: 1200px;
    padding: 30px 0;
    margin: 0 auto;
}
.b-4 ul {}
.b-4 li {
    width: 300px;
    height: 80px;
    float: left;
    display: inline;
}
.b-4 li img {
    float: left;
}
.b-4 li .t {
    float: left;
    margin: 12px 0 0 12px;
}
.b-4 li .t h3 {
    font-family: Arial;
    font-size: 24px;
    font-weight: normal;
}
.b-4 li .t p {
    font-size: 18px;
    line-height: 18px;
    color: #aaa;
}
.b-5 {
    padding: 40px 0 50px;
    background: #f7f8fa;
    width: 1200px;
    margin: 0px auto;
}
.b-5 h2 {
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    color: #191c3d;
    line-height: 40px;
	padding: 0px 0px 10px;
}
.b-5 {
    padding: 15px 0;
    clear: both;
    zoom: 1;
    margin-bottom: 20px;
    height: 670px;
}
.b-5 .photo {
    position: relative;
    width: 930px;
    float: left;
    height: 100%;
    overflow: hidden;
}
.b-5 .photo .jqzoom {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin-left: 50px;
    padding-top:20px;
}
.b-5 .photo .img {
    width: 500px;
    height: 375px;
    display: block;
}
.b-5 .photo .bigimg {
    width: 800px;
    height: 550px;
    display: block;
    position: relative;
    overflow: hidden;
}

.bigimg .list li .dz_list{
    float: right;
    width: 419px;
    height: 66px;
    margin-bottom: 20px;
    margin-right: 11px;
    background: url(../images/dz_lisd.png) no-repeat;
}
.bigimg .list li .dz_list dl{
    float: left;
    margin: 18px 0 0 70px;
}
.bigimg .list li .dz_list dl dd{
    float: left;
    width: 54px;
    height: 36px;
    margin-left: 25px;
}
.bigimg .list li .dz_list dl dd img{
    width: 54px;
    height: 36px;
} 

.b-5 .photo .bigimg .list {
    width: 1000%;
    position: relative;
    padding:0px;
}
.b-5  .photo .bigimg .list li {
    width: 800px;
    height: 550px;
    float: left;
}
.b-5 .photo .bigimg .list img {
    display: block;
    float:left;
    margin-right: 30px;
    transition: all ease 300ms;
    border: none;
    padding: 0px;
}
.b-5 .photo .bigimg .list li h3{
    font-size: 20px;
    height: 56px;
    padding-top: 100px;
    color: #444;
}
.b-5 .photo .bigimg .list li h3 span{
    font-size: 34px;
    color: #444;
    padding-right: 20px;
}
.b-5 .photo .bigimg .list li p{
    line-height: 24px;
    display: block;
    font-size: 16px;
    color: rgb(102, 102, 102);
    height: 130px;
    margin: 10px 0px;
}
.b-5 .photo .photoimg {
    width: 100%;
    height: auto;
    padding-top: 30px;
  
}
.b-5 .photo .photoimg .list {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding: 0px;
}
.b-5 .photo .photoimg .listcon {
    height: auto !important;
    position: relative;
}
.b-5 .photo .photoimg .listcon li {
    width: 170px;
    height: 68px;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 10px;
    background: #ddd;
    padding:5px;
}
.b-5 .photo .photoimg .listcon li img {
    float: left;
    border: none;
    padding: 0px;
    width: 55px;
    height: 68px;
    display: block;
    margin-right:6px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.b-5 .photo .photoimg .listcon li span{
    font-size: 14px;
    line-height: 26px;
    padding-top: 10px;
    margin-left: 5px;
    font-weight: 100;
    width: 87px;
}
.b-5 .photo .photoimg .listcon li:hover img, .b-5 .photo .photoimg .listcon li.on {
    background: #f4ac2e;
    color:333;
}
.b-5 .photo .prev, .b-5 .photo .jqzoom .next {
    width: 30px;
    height: 70px;
    position: absolute;
    top: 200px;
    cursor: pointer;
    background: #ddd0 url(../images/pn21.png) no-repeat;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

a.dicide_1, a.dicide_2{
    display: block;
    float: left;
    margin-top: 5px;
    width: 133px;
    height: 39px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 16px;
    line-height: 39px;
    text-align: center;
    position: relative;
    z-index: 5;
}
a.dicide_1{
    background: #6a6a6a;
    color: #fff;
    margin-right: 29px;
}
 a.dicide_2{
    background: #F4AC2E;
    color: #333;

}
.b-5  .photo .photoimg .prev:hover, .b- .photo .photoimg .next:hover {
    background-color: #204c97;
}
.b-5 .photo .prev {
    left: 10px;
    background-position: 0 center;
    z-index: 10;
    top: 302px;
}
.b-5 .photo .jqzoom .next {
    right: 50px;
    background-position: -25px center;
}

/*评价*/
.b-5 .dzgw_rigin{
    padding: 8px 13px 0 13px;
    background-color: #fff;
    border: 1px solid #E2E1E1;
    height: 588px;
    float: right;
    width: 232px;
    overflow: hidden;
    margin-top: 30px;
}
.b-5 .dzgw_rigin span{
    display: block;
    font-size: 20px;
    margin-top: 2px;
    margin-bottom: 7px;
    color: #444;
}
.dzgw_rigin .dzgw_dz{
    font-size: 16px;
    display: block;
    color: #666;
    padding: 10px 0;
}
.dzgw_rigin .dzgw_dz em{
    padding-left: 10px;
    font-size: 14px;
}
.dzgw_rigin .dzgw_pj{
    background: #f5f5f5;
    position: relative;
    padding: 13px 15px;
}
.dzgw_rigin .dzgw_pj div{
    color:#999;
}
.dzgw_rigin .dzgw_pj .grade{
    background: url(../images/grade_ico.png) repeat-x;
    background-position: 0 0;
    height: 12px;
    width: 65px;
    display: inline-block;
    margin-right: 8px;
}
.dzgw_rigin .dzgw_pj .grade em{
    background: url(../images/grade_ico.png) repeat-x;
    background-position: 0 -12px;
    height: 12px;
    overflow: hidden;
    display: block;
}

.b-6 {
    width: 1200px;
    padding: 40px 0 50px;
    margin: 0 auto;
}
.b-6 h2 {
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    color: #191c3d;
    line-height: 40px;
}
.b-6_text {
    text-align: center;
    margin-bottom: 40px
}
.b-6_text em {
    margin: 5px auto 0;
    display: block;
    width: 30px;
    height: 2px;
    background: #666;
}
.b-6 span {
    font-size: 16px;
    text-align: center;
}
.b-6 .p {
    float: left;
}
.b-6 ul {
    width: 864px;
    height: 430px;
    float: right;
    padding-top: 40px !important;
    box-shadow: 0 0 15px #ddd;
}
.b-6 li {
    margin: 0 50px;
    padding-bottom: 50px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
}
.b-6 li .d {
    width: 60px;
    height: 60px;
    background: #e34216;
    color: #fff;
    float: left;
    text-align: center;
    font-size: 25px;
}
.b-6 li .d em {
    display: block;
    font-size: 12px;
}
.b-6 li .t {
    width: 684px;
    height: 70px;
    float: right;
}
.b-6 li .t h3 {
    font-size: 18px;
}
.b-6 li .t h3 em {
    background: #e34216;
    padding: 3px 5px;
    margin-right: 10px;
    border-radius: 3px;
    color: #fff;
}
.b-6 li .t .dr {
    padding-top: 3px;
    color: #777;
    font-size: 15px;
}
.b-6 li .t .dr em {
    background: #03a9f4;
    height: 39px;
    padding: 8px 2px;
    writing-mode: vertical-lr;
    float: left;
    color: #fff;
    margin-right: 10px;
}
.b-7 {
    width: 1200px;
    padding: 0 0 130px;
    margin: 0 auto;
}
.b-7 h2 {
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    color: #191c3d;
    line-height: 40px;
}
.b-7 .dzsz {
    float: left !important;
    width: 1200px;
    overflow: hidden;
}
.b-8 {
    background: #f7f8fa;
}